github.com/jackc/pgx/v5/pgconn.pgconnError.err (field)

6 uses

	github.com/jackc/pgx/v5/pgconn (current package)
		errors.go#L155: 	err         error
		errors.go#L161: 		return e.err.Error()
		errors.go#L163: 	if e.err == nil {
		errors.go#L166: 	return fmt.Sprintf("%s: %s", e.msg, e.err.Error())
		errors.go#L174: 	return e.err
		pgconn.go#L567: 			err:         normalizeTimeoutError(ctx, err),